home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-23 | 551 b | 34 lines |
- #
- # makefile for user-contributed/lbl/jpeg/sources
- #
-
- PGMS = cjpeg.out djpeg.out
- ANSI2KNR = ../ansi2knr
-
- LIBRARIE5 = $(LDFLAGS) -lscs5 -ljpeg -lccs -ltiff -lrle $(LIBRARIES)
- CPPFLAGS2 = -I$(CCS_ROOT)/include -DHAVE_UNSIGNED_CHAR -DHAVE_UNSIGNED_SHORT
- #-DHIPS_IMAGE
-
- install: $(PGMS)
-
- .c.o:
- $(ANSI2KNR) $*.c tmpansi.c
- $(COMPILEc) $(CPPFLAGS2) -c tmpansi.c -o $*.o
-
- $(PGMS): cjpeg.o djpeg.o
- $(LINKc) $* $*.o $(LIBRARIE5)
- mv $* $(DESTDIR)
- @touch $@
- @rm -f tmpansi.c
-
- clean: clean-pgm
- clean-all: clean_all
-
- pristine: pristine-pgm
-
- man:
-
- doc:
-
- FRC:
-